Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements: pin universal2 binaries for PyInstaller (bug 1855547) #1476

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

zzzeid
Copy link
Collaborator

@zzzeid zzzeid commented Sep 28, 2023

Some of the updated requirements at this time prevent PyInstaller from being able to build a universal2 binary for macOS, because pip may choose a more specific wheel when installing packages on CI. Currently, the only way to force a universal2 wheel is to specify it by filename. See pypa/pip#11573 for more on this.

@zzzeid zzzeid force-pushed the zeid/bug-1855547-universal2-pip branch from 813ca21 to ad22fc2 Compare September 28, 2023 17:53
@zzzeid zzzeid marked this pull request as ready for review September 28, 2023 17:58
@zzzeid zzzeid requested review from dklawren and cgsheeh September 28, 2023 17:59
@zzzeid zzzeid requested a review from cgsheeh September 28, 2023 19:30
requirements/requirements-3.10-Linux.txt Outdated Show resolved Hide resolved
@zzzeid zzzeid force-pushed the zeid/bug-1855547-universal2-pip branch from 523ac7e to c85ed07 Compare September 28, 2023 19:54
@zzzeid zzzeid requested a review from cgsheeh September 28, 2023 19:55
@zzzeid zzzeid merged commit a14fa13 into main Oct 2, 2023
15 checks passed
@zzzeid zzzeid deleted the zeid/bug-1855547-universal2-pip branch October 2, 2023 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants